home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / keyedlists / keylset < prev   
Encoding:
Text File  |  1992-12-17  |  462 b   |  10 lines

  1.  
  2.  
  3.           keylset listvar key value [key2 value2 ...]
  4.                Set the value associated with key, in the keyed list
  5.                contained in the variable listvar, to value.  If
  6.                listvar does not exists, it is created.  If key is not
  7.                currently in the list, it will be added.  If it already
  8.                exists, value replaces the existing value.  Multiple
  9.                keywords and values may be specified, if desired.
  10.